Name | scripts loaded |
Event Lines | scripts loaded |
Triggers | when Denizen scripts are loaded, but on reloaded and on initial load. |
Generated Examples | after scripts loaded:
on scripts loaded: |
Switches | had_error:true/false to only process the event if there either was or was not an error message. |
Contexts | <context.had_error> returns an ElementTag(Boolean) whether there was an error.
|
Group | Core |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/events/core/ScriptsLoadedScriptEvent.java#L9 |